home *** CD-ROM | disk | FTP | other *** search
- unit icon215:10 $$ vector graphics/text block
- 215 $$ label - return here if invalid input
- enable touch
- pause keys=all
- disable touch
- if ((zkey = touch $and$ (ztouchx > 536) $and$ (ztouchy > 385) $and$ (ztouchx < 633) $and$ (ztouchy < 418)))
- . calc TOUCHBOX _ 0
- . jump icon196
- endif
- if ((zkey = touch $and$ (ztouchx > 314) $and$ (ztouchy > 91) $and$ (ztouchx < 363) $and$ (ztouchy < 103)))
- . calc TOUCHBOX _ 1
- . do dctnry
- . branch 215
- endif
- if ((zkey = touch $and$ (ztouchx > 436) $and$ (ztouchy > 92) $and$ (ztouchx < 469) $and$ (ztouchy < 102)))
- . calc TOUCHBOX _ 2
- . do dctnry
- . branch 215
- endif
- if ((zkey = touch $and$ (ztouchx > 482) $and$ (ztouchy > 75) $and$ (ztouchx < 560) $and$ (ztouchy < 86)))
- . calc TOUCHBOX _ 3
- . do dctnry
- . branch 215
- endif
- if ((zkey = touch $and$ (ztouchx > 338) $and$ (ztouchy > 58) $and$ (ztouchx < 414) $and$ (ztouchy < 69)))
- . calc TOUCHBOX _ 4
- . do dctnry
- . branch 215
- endif
- style outline
- style thickness,1
- style dash $$ solid line style
- if zkey = "a"
- . do menukey1
- . branch 215
- endif
- if zkey = "r"
- . do menukey1
- . branch 215
- endif
- if zkey = "q"
- . do menukey1
- . branch 215
- endif
- if zkey = "b"
- . do menukey1
- . branch 215
- endif
- if zkey = "o"
- . do menukey1
- . branch 215
- endif
- if zkey = "n"
- . do menukey1
- . branch 215
- endif
- if zkey = "f"
- . do menukey1
- . branch 215
- endif
- if zkey = "h"
- . do menukey1
- . branch 215
- endif
- branch 215 $$ not valid input - get again
- 215end
- disable touch
-